home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '90 / Source Code ƒ.sea / Source Code ƒ / MPW C ƒ / Keymap ƒ / KeymapDisplay.make / KeymapDisplay.make.rsrc < prev    next >
Encoding:
Text File  |  1989-06-18  |  464 b   |  23 lines  |  [TEXT/MPS ]

  1.     2 R~TEXTMPS     }
  2.  
  3.     }
  4.     return;
  5. }
  6.  
  7. /************************************************************************
  8.  * Function: abs
  9.  ************************************************************************/
  10. #ifndef Lattice
  11. int    abs(i)
  12. int        i;
  13. {
  14.     if (i<0)
  15.         return(-i);
  16.     else
  17.         return( i);
  18. }
  19. #endif
  20.  
  21. /************************************************************************
  22.  * Function: atoi
  23.  * cvt ascii t